home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lanutsrc.zip / DISK.BAT < prev    next >
DOS Batch File  |  1991-03-13  |  420b  |  22 lines

  1. @echo off
  2. :TOP
  3. echo Make LANutils Distribution Diskette....
  4. echo Put the (formatted) disk in drive %1:
  5. pause
  6. copy login.exe %1
  7. copy logout.exe %1
  8. copy waitfor.exe %1
  9. copy fastnet.exe %1
  10. copy message.com %1
  11. copy mset.exe %1
  12. copy userlist.exe %1
  13. copy reboot.com %1
  14. copy whats.new %1
  15. copy intercom.com %1
  16. copy system.exe %1
  17. copy fu.exe %1
  18. copy su.exe %1
  19. copy delay.exe %1
  20. copy lusetup.exe %1
  21. goto TOP
  22.